[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Sun Mar 9 22:37:30 PDT 2014
sw/source/core/uibase/utlui/unotools.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f351fd1e8eb75a25e7844ac632e5837851b2aeed
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Mar 10 07:35:31 2014 +0200
Fix error: file not found with <angled> include; use "quotes" instead
Change-Id: I289291262f8b12a136beec084a51ca42cf0db105
diff --git a/sw/source/core/uibase/utlui/unotools.src b/sw/source/core/uibase/utlui/unotools.src
index 7ee442e..0bd6b21 100644
--- a/sw/source/core/uibase/utlui/unotools.src
+++ b/sw/source/core/uibase/utlui/unotools.src
@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <unotools.hrc>
+#include "unotools.hrc"
#include <utlui.hrc>
#include <globals.hrc>
#include <helpid.h>
More information about the Libreoffice-commits
mailing list