diff options
author | os <os@openoffice.org> | 2010-04-21 08:33:47 +0200 |
---|---|---|
committer | os <os@openoffice.org> | 2010-04-21 08:33:47 +0200 |
commit | 1c4ec00e55e5dbfef9de6ff4fb17fa1cd4216ec2 (patch) | |
tree | 3191f471bcea32fe7f3b1a6959ec365edc4cb9fd /svx/source/dialog/svxruler.cxx | |
parent | 45416c690f87e05fe7e67bb79e1acfd0017a66a2 (diff) | |
parent | a001605a190749900d3e09aa864ce56925ff848e (diff) |
rebase to m76
Diffstat (limited to 'svx/source/dialog/svxruler.cxx')
-rw-r--r-- | svx/source/dialog/svxruler.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx index b76db960d526..7705a2dd08df 100644 --- a/svx/source/dialog/svxruler.cxx +++ b/svx/source/dialog/svxruler.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: svxruler.cxx,v $ - * $Revision: 1.39.76.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -52,9 +49,9 @@ #include <svx/ruler.hxx> #include "rlrcitem.hxx" #include "rulritem.hxx" -#include <svx/tstpitem.hxx> -#include <svx/lrspitem.hxx> -#include "protitem.hxx" +#include <editeng/tstpitem.hxx> +#include <editeng/lrspitem.hxx> +#include "editeng/protitem.hxx" #ifndef _APP_HXX #include <vcl/svapp.hxx> #endif |