diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl | 2 | ||||
-rw-r--r-- | odk/examples/OLE/activex/so_activex.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl b/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl index 7196b173b4fa..cc2256e6aca1 100644 --- a/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl +++ b/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl @@ -34,7 +34,7 @@ #ifndef INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL #define INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL -#include "XTestDialogHandler.idl" +#include <XTestDialogHandler.idl> module com { module sun { module star { module test { service TestDialogHandler : XTestDialogHandler; diff --git a/odk/examples/OLE/activex/so_activex.idl b/odk/examples/OLE/activex/so_activex.idl index 545d5643569d..c64fa446e072 100644 --- a/odk/examples/OLE/activex/so_activex.idl +++ b/odk/examples/OLE/activex/so_activex.idl @@ -40,7 +40,7 @@ import "oaidl.idl"; import "ocidl.idl"; -#include "olectl.h" +#include <olectl.h> [ |