summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibresid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibresid.hxx')
-rw-r--r--extensions/source/bibliography/bibresid.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/extensions/source/bibliography/bibresid.hxx b/extensions/source/bibliography/bibresid.hxx
index f3a393c3b576..1855a8427b88 100644
--- a/extensions/source/bibliography/bibresid.hxx
+++ b/extensions/source/bibliography/bibresid.hxx
@@ -20,16 +20,9 @@
#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBRESID_HXX
#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBRESID_HXX
-#include <tools/resid.hxx>
+#include <rtl/ustring.hxx>
-
-class BibResId : public ResId
-{
- public:
- explicit BibResId(sal_uInt16 nId);
-};
-
-#define BIB_RESSTR(i) BibResId(i).toString()
+OUString BibResId(sal_uInt16 nId);
#endif // INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBRESID_HXX