summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--automation/inc/automation/commtypes.hxx1
-rw-r--r--automation/source/server/statemnt.cxx2
-rw-r--r--cui/source/tabpages/paragrph.cxx2
3 files changed, 2 insertions, 3 deletions
diff --git a/automation/inc/automation/commtypes.hxx b/automation/inc/automation/commtypes.hxx
index adfe4561b132..51b3601be94a 100644
--- a/automation/inc/automation/commtypes.hxx
+++ b/automation/inc/automation/commtypes.hxx
@@ -70,7 +70,6 @@ typedef sal_uInt32 comm_UINT32;
typedef sal_uInt16 comm_WORD;
typedef sal_uInt32 comm_DWORD;
-class rtl::OString;
class String;
#define comm_String String
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx
index 7036ee8b1051..85a69ccdf82c 100644
--- a/automation/source/server/statemnt.cxx
+++ b/automation/source/server/statemnt.cxx
@@ -2452,7 +2452,7 @@ sal_Bool StatementCommand::Execute()
nNr1 = 1; // Zum durchprobieren der Buttons beim Schlie�en
nLNr1 = (sal_uLong)pControl;
- return FALSE;
+ return sal_False;
}
}
}
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index e0c26d5d42f5..a94e4bd5b196 100644
--- a/cui/source/tabpages/paragrph.cxx
+++ b/cui/source/tabpages/paragrph.cxx
@@ -435,7 +435,7 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
// Metrik einstellen
FieldUnit eFUnit = GetModuleFieldUnit( rSet );
- sal_Bool bApplyCharUnit = GetApplyCharUnit( rSet );
+ bool bApplyCharUnit = GetApplyCharUnit( rSet );
SvtCJKOptions aCJKOptions;
if(aCJKOptions.IsAsianTypographyEnabled() && bApplyCharUnit )