You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
7 years ago
|
From 1bacce999d7dad91b1f87baaf09b08e6b4629fad Mon Sep 17 00:00:00 2001
|
||
|
From: David Tardon <dtardon@redhat.com>
|
||
|
Date: Sun, 5 Nov 2017 20:41:03 +0100
|
||
|
Subject: [PATCH] one slash is enough
|
||
|
|
||
|
Change-Id: I35fbca7592f3e17a071df567f691c62fe9232fc1
|
||
|
---
|
||
|
sc/source/ui/vba/vbafiledialogitems.hxx | 2 +-
|
||
|
ucbhelper/source/provider/contentinfo.cxx | 2 +-
|
||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/sc/source/ui/vba/vbafiledialogitems.hxx b/sc/source/ui/vba/vbafiledialogitems.hxx
|
||
|
index c78d8d1ffe83..47ba90ac4440 100644
|
||
|
--- a/sc/source/ui/vba/vbafiledialogitems.hxx
|
||
|
+++ b/sc/source/ui/vba/vbafiledialogitems.hxx
|
||
|
@@ -9,7 +9,7 @@
|
||
|
#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAFILEDIALOGSELECTEDITEMS
|
||
|
#define INCLUDED_SC_SOURCE_UI_VBA_VBAFILEDIALOGSELECTEDITEMS
|
||
|
|
||
|
-#include <ooo/vba//excel/XFileDialogSelectedItems.hpp>
|
||
|
+#include <ooo/vba/excel/XFileDialogSelectedItems.hpp>
|
||
|
#include <vbahelper/vbahelperinterface.hxx>
|
||
|
#include <vbahelper/vbacollectionimpl.hxx>
|
||
|
#include <com/sun/star/container/XIndexAccess.hpp>
|
||
|
diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx
|
||
|
index cd8ba829d209..d2cfa62f43eb 100644
|
||
|
--- a/ucbhelper/source/provider/contentinfo.cxx
|
||
|
+++ b/ucbhelper/source/provider/contentinfo.cxx
|
||
|
@@ -23,7 +23,7 @@
|
||
|
|
||
|
*************************************************************************/
|
||
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
||
|
-#include <com/sun/star//ucb/UnsupportedCommandException.hpp>
|
||
|
+#include <com/sun/star/ucb/UnsupportedCommandException.hpp>
|
||
|
#include <com/sun/star/ucb/XPropertySetRegistry.hpp>
|
||
|
|
||
|
#include "osl/mutex.hxx"
|
||
|
--
|
||
|
2.14.1
|
||
|
|