diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-05-22 13:28:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-05-22 13:33:48 +0200 |
commit | c452fcfb32d9265d8f2ab1cafe8d5765106ca718 (patch) | |
tree | eef6b9fc713ec228adf3b69dcc7670fb5ffefaac /xmloff/inc | |
parent | 8e18130bba49082cc1416e1a2631bd5a4cb3cb8f (diff) |
-Werror=unused-parameter
Change-Id: I06dc09d57821ac729182764882558fa079b5ed37
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/xmlaustp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/xmlaustp.hxx b/xmloff/inc/xmloff/xmlaustp.hxx index 828ff54d7d3a..595ca457b5d9 100644 --- a/xmloff/inc/xmloff/xmlaustp.hxx +++ b/xmloff/inc/xmloff/xmlaustp.hxx @@ -89,7 +89,7 @@ public: void AddFamily( sal_Int32 nFamily, const ::rtl::OUString& rStrName, const UniReference< SvXMLExportPropertyMapper >& rMapper, const ::rtl::OUString& rStrPrefix, sal_Bool bAsFamily = sal_True ); - void SetFamilyPropSetMapper( sal_Int32 nFamily, const ::rtl::OUString& rStrName, + void SetFamilyPropSetMapper( sal_Int32 nFamily, const UniReference< SvXMLExportPropertyMapper >& rMapper ); /// Register a name that must not be used as a generated name. |