summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-29 12:29:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-03-29 12:44:23 +0100
commit21ca0847952be3eabc7c11200a2b70e0801a8fc6 (patch)
treeaeab1f2d0b33c9b8a07114a6dca46661c5b7788e /oox/inc
parent9ce98add53128716524ec06dd1f90548326adce0 (diff)
callcatcher: update list
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/core/filterbase.hxx3
-rw-r--r--oox/inc/oox/dump/dumperbase.hxx1
2 files changed, 0 insertions, 4 deletions
diff --git a/oox/inc/oox/core/filterbase.hxx b/oox/inc/oox/core/filterbase.hxx
index 7c09707f940b..41f49f7669ce 100644
--- a/oox/inc/oox/core/filterbase.hxx
+++ b/oox/inc/oox/core/filterbase.hxx
@@ -121,9 +121,6 @@ public:
// ------------------------------------------------------------------------
- /** Returns the specified argument passed through the XInitialization interface. */
- ::com::sun::star::uno::Any getArgument( const ::rtl::OUString& rArgName ) const;
-
/** Returns the component context passed in the filter constructor (always existing). */
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >&
getComponentContext() const;
diff --git a/oox/inc/oox/dump/dumperbase.hxx b/oox/inc/oox/dump/dumperbase.hxx
index 77d2710224bb..a8b16b008bb7 100644
--- a/oox/inc/oox/dump/dumperbase.hxx
+++ b/oox/inc/oox/dump/dumperbase.hxx
@@ -875,7 +875,6 @@ public:
void eraseNameList( const ::rtl::OUString& rListName );
NameListRef getNameList( const ::rtl::OUString& rListName ) const;
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > requestEncryptionData( ::comphelper::IDocPasswordVerifier& rVerifier );
inline bool isPasswordCancelled() const { return mbPwCancelled; }
protected: