[Libreoffice-commits] .: desktop/source xmlhelp/source

Tor Lillqvist tml at kemper.freedesktop.org
Wed May 18 01:59:12 PDT 2011


 desktop/source/deployment/inc/db.hxx   |    2 +-
 xmlhelp/source/cxxhelp/provider/db.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f65c1c6da922ae94069c45e687be97328d560f34
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed May 18 11:59:00 2011 +0300

    Fix typo

diff --git a/desktop/source/deployment/inc/db.hxx b/desktop/source/deployment/inc/db.hxx
index ce10b06..6376de2 100644
--- a/desktop/source/deployment/inc/db.hxx
+++ b/desktop/source/deployment/inc/db.hxx
@@ -31,7 +31,7 @@
 #include <boost/noncopyable.hpp>
 
 #ifdef SYSTEM_DB_HEADER
-#include SYSTEM_DB_H_HEADER
+#include SYSTEM_DB_HEADER
 #else
 #include <berkeleydb/db.h>
 #endif
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx
index e2ce7f1..73a726b 100644
--- a/xmlhelp/source/cxxhelp/provider/db.hxx
+++ b/xmlhelp/source/cxxhelp/provider/db.hxx
@@ -29,7 +29,7 @@
 #define BERKELEYDBPROXY_DB_HXX_
 
 #ifdef SYSTEM_DB_HEADER
-#include SYSTEM_DB_H_HEADER
+#include SYSTEM_DB_HEADER
 #else
 #include <berkeleydb/db.h>
 #endif


More information about the Libreoffice-commits mailing list