Author: hdu
Date: Mon Jan 21 14:40:46 2013
New Revision: 1436376
URL: http://svn.apache.org/viewvc?rev=1436376&view=rev
Log:
declaration did not declare anything
Modified:
openoffice/trunk/main/automation/inc/automation/commtypes.hxx
Modified: openoffice/trunk/main/automation/inc/automation/commtypes.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/automation/inc/automation/commtypes.hxx?rev=1436376&r1=1436375&r2=1436376&view=diff
==============================================================================
--- openoffice/trunk/main/automation/inc/automation/commtypes.hxx (original)
+++ openoffice/trunk/main/automation/inc/automation/commtypes.hxx Mon Jan 21
14:40:46 2013
@@ -65,7 +65,7 @@ typedef sal_uInt32 comm_UINT32;
typedef sal_uInt16 comm_WORD;
typedef sal_uInt32 comm_DWORD;
-class rtl::OString;
+namespace rtl { class OString; }
class String;
#define comm_String String