diff options
Diffstat (limited to 'sd/source/helper')
-rw-r--r-- | sd/source/helper/simplereferencecomponent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx index b2f55ad3832a..1d7d18d4f46a 100644 --- a/sd/source/helper/simplereferencecomponent.cxx +++ b/sd/source/helper/simplereferencecomponent.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "helper/simplereferencecomponent.hxx" +#include <helper/simplereferencecomponent.hxx> -#include "com/sun/star/uno/RuntimeException.hpp" -#include "osl/diagnose.h" +#include <com/sun/star/uno/RuntimeException.hpp> +#include <osl/diagnose.h> #include <new> |