summaryrefslogtreecommitdiff
path: root/sw/inc/swfltopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swfltopt.hxx')
-rw-r--r--sw/inc/swfltopt.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/swfltopt.hxx b/sw/inc/swfltopt.hxx
index 9413e9e0ec..34c31cdca5 100644
--- a/sw/inc/swfltopt.hxx
+++ b/sw/inc/swfltopt.hxx
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: swfltopt.hxx,v $
- * $Revision: 1.5 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -40,6 +37,8 @@ public:
void GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
sal_uInt32* pValues );
+ virtual void Commit();
+ virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
};
#endif