[Libreoffice-commits] .: binfilter/inc

Michael Stahl mst at kemper.freedesktop.org
Wed Apr 18 14:21:11 PDT 2012


 binfilter/inc/bf_tools/table.hxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit baafe1cf57fa101e6308ed9f60cf0be46d3c22d8
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Apr 18 23:12:58 2012 +0200

    table.hxx: oops, forgot TOOLS_DLLPUBLIC in there

diff --git a/binfilter/inc/bf_tools/table.hxx b/binfilter/inc/bf_tools/table.hxx
index e39b334..89d61af 100644
--- a/binfilter/inc/bf_tools/table.hxx
+++ b/binfilter/inc/bf_tools/table.hxx
@@ -28,7 +28,6 @@
 #ifndef _TOOLS_TABLE_HXX
 #define _TOOLS_TABLE_HXX
 
-#include "tools/toolsdllapi.h"
 #include <tools/solar.h>
 #include <bf_tools/contnr.hxx>
 
@@ -41,11 +40,11 @@ namespace binfilter
 
 #define TABLE_ENTRY_NOTFOUND   CONTAINER_ENTRY_NOTFOUND
 
-class TOOLS_DLLPUBLIC Table : private Container
+class Table : private Container
 {
 private:
     sal_uIntPtr nCount;
-    TOOLS_DLLPRIVATE sal_uIntPtr    ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex = NULL ) const;
+    SAL_DLLPRIVATE sal_uIntPtr    ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex = NULL ) const;
 public:
             Table( sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16 );
             Table( const Table& rTable ) : Container( rTable )


More information about the Libreoffice-commits mailing list