diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-08-07 21:46:15 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-08-23 05:41:17 +0000 |
commit | 290b25af222124051cc611061de9caf8f1efe966 (patch) | |
tree | ec8fa20d4ad412e164f5edc6da696a5579e96d58 /sd/inc/createunocustomshow.hxx | |
parent | 3e6052ce1b9a24f82358e574de32919fa2b6499f (diff) |
tdf#95416 remove ../ style include
Change-Id: Ie3228d4cdaabfcc6034ee3ac6dd2295a33021e71
Reviewed-on: https://gerrit.libreoffice.org/27942
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/inc/createunocustomshow.hxx')
-rw-r--r-- | sd/inc/createunocustomshow.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/inc/createunocustomshow.hxx b/sd/inc/createunocustomshow.hxx index 501f863df064..a10195946c98 100644 --- a/sd/inc/createunocustomshow.hxx +++ b/sd/inc/createunocustomshow.hxx @@ -20,8 +20,9 @@ #ifndef INCLUDED_SD_INC_CREATEUNOCUSTOMSHOW_HXX #define INCLUDED_SD_INC_CREATEUNOCUSTOMSHOW_HXX -#include <sal/config.h> +#include <com/sun/star/uno/Reference.hxx> +namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } } class SdCustomShow; css::uno::Reference<css::uno::XInterface> createUnoCustomShow( |