summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authormb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-03 18:41:58 +0100
committermb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-03 18:41:58 +0100
commit20820038846ae5821d42897623ca2bee2f8e0d87 (patch)
tree1940712f4a755afae6b21e2f424106338fb175c8 /unotools/inc
parent490dee4d9d416174505d3ea7bdb98f3890efd8d2 (diff)
some fixes for warnings and errors found while building on more platforms
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/misccfg.hxx2
-rwxr-xr-x[-rw-r--r--]unotools/inc/unotools/options.hxx2
-rwxr-xr-x[-rw-r--r--]unotools/inc/unotools/syslocaleoptions.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/unotools/inc/unotools/misccfg.hxx b/unotools/inc/unotools/misccfg.hxx
index 2a1383d307a5..14ecb12b388a 100644
--- a/unotools/inc/unotools/misccfg.hxx
+++ b/unotools/inc/unotools/misccfg.hxx
@@ -63,7 +63,7 @@ public:
void SetYear2000( sal_Int32 nSet );
};
-};
+}
#endif // _MISCCFG_HXX
diff --git a/unotools/inc/unotools/options.hxx b/unotools/inc/unotools/options.hxx
index f7254589150d..c0eaf5557033 100644..100755
--- a/unotools/inc/unotools/options.hxx
+++ b/unotools/inc/unotools/options.hxx
@@ -70,7 +70,7 @@ namespace utl {
void NotifyListeners( sal_uInt32 nHint );
ConfigurationBroadcaster();
~ConfigurationBroadcaster();
- void BlockBroadcasts( bool bBlock );
+ virtual void BlockBroadcasts( bool bBlock );
};
namespace detail {
diff --git a/unotools/inc/unotools/syslocaleoptions.hxx b/unotools/inc/unotools/syslocaleoptions.hxx
index 6bb81fdd3ee0..b417e00eec12 100644..100755
--- a/unotools/inc/unotools/syslocaleoptions.hxx
+++ b/unotools/inc/unotools/syslocaleoptions.hxx
@@ -99,7 +99,7 @@ public:
BlockBroadcasts(FALSE) or otherwise pending hints would never be
broadcasted again.
*/
- void BlockBroadcasts( BOOL bBlock );
+ virtual void BlockBroadcasts( bool bBlock );
// config value access methods