summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:09:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:09:08 +0000
commit278a8da2c527a8e30b784ddcde7aa6f828756056 (patch)
tree34501360d3c888009b0f2b2e1fc58cea49a1a140
parentd7c76de4d7a8422c6edb409a62d2446da6da7442 (diff)
INTEGRATION: CWS tune05 (1.11.270); FILE MERGED
2004/07/22 09:19:36 cmc 1.11.270.1: #i30554# unused SwXPageStyle::GetStartNode
-rw-r--r--sw/inc/unostyle.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 9823e6a5c349..ab65872e63ac 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unostyle.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-11-07 15:12:26 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:09:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -378,7 +378,6 @@ public:
virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com::sun::star::uno::RuntimeException);
- const SwStartNode* GetStartNode(sal_Bool bHeader, sal_Bool bLeft);
};
#endif