diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-21 10:47:51 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-21 10:47:51 +0200 |
commit | c9be8933be83f43ba91eb14dde4c5235763a2a2e (patch) | |
tree | f939029690c282bde219bbcbbcc6020ce4771961 /unotools | |
parent | ed1be3943696e40ceadb6118429cc192605ab62b (diff) |
#i103496#: some warnings, pch and windows only fixes
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/fontdefs.hxx | 2 | ||||
-rw-r--r-- | unotools/source/config/options.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/regoptions.cxx | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/unotools/inc/unotools/fontdefs.hxx b/unotools/inc/unotools/fontdefs.hxx index eae0e5a2bc..46cfea808e 100644 --- a/unotools/inc/unotools/fontdefs.hxx +++ b/unotools/inc/unotools/fontdefs.hxx @@ -33,7 +33,7 @@ namespace utl { class FontSubstConfiguration; - class FontNameAttr; + struct FontNameAttr; } // ---------------- diff --git a/unotools/source/config/options.cxx b/unotools/source/config/options.cxx index a89b45d299..a738a7ec3f 100644 --- a/unotools/source/config/options.cxx +++ b/unotools/source/config/options.cxx @@ -101,7 +101,7 @@ Options::~Options() { } -void Options::ConfigurationChanged( ConfigurationBroadcaster* p, sal_uInt32 nHint ) +void Options::ConfigurationChanged( ConfigurationBroadcaster*, sal_uInt32 nHint ) { NotifyListeners( nHint ); } diff --git a/unotools/source/config/regoptions.cxx b/unotools/source/config/regoptions.cxx index d581d9feb7..1bba85651e 100644 --- a/unotools/source/config/regoptions.cxx +++ b/unotools/source/config/regoptions.cxx @@ -43,7 +43,6 @@ namespace utl { //........................................................................ - using namespace ::utl; using namespace ::com::sun::star::uno; //==================================================================== |